bitkeeper revision 1.1159.69.5 (4138e882jA1YaR_OfTfNHe_uT4PDIg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Fri, 3 Sep 2004 21:56:18 +0000 (21:56 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Fri, 3 Sep 2004 21:56:18 +0000 (21:56 +0000)
trivial

xen/arch/x86/shadow.c

index 672f48ef9f08bfbe21837d623a253156517381c1..d909d6408597ead1945f8f5ab46a7777f47bb115 100644 (file)
@@ -262,7 +262,7 @@ void __shadow_mode_disable(struct domain *d)
     __free_shadow_table(m);
     m->shadow_mode = 0;
 
-    SH_LOG("freed tables count=%d l1=%d l2=%d",
+    SH_VLOG("freed tables count=%d l1=%d l2=%d",
            m->shadow_page_count, perfc_value(shadow_l1_pages), 
            perfc_value(shadow_l2_pages));